Return

Edit Task: RequireFullSlotDuration

Description

The RequireFullSlotDuration attribute under EditTask defines whether a task's assignment must be the same duration as its containing time slot.

Parameters

ParameterDescription
RequireFullSlotDurationA Boolean value. When the parameter value is true, then the task's assignment must have the same duration as its containing time slot, else this constraint is not applicable. While true the maximum total duration is set to unlimited.

Examples

Force a task to use its full timeslot for every assignment

PATCH api/task/TaskA

Body:

{

"RequireFullSlotDuration" : "TRUE"

}